home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 2.2 KB | 110 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: BmpPart.r
- // Release Version: $ 1.0d1 $
- //
- // Author: Henri Lamiraux
- // Creation Date: 3/28/94
- //
- // Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #define SystemSevenOrBetter 1 // we want the extended types
- #define SystemSevenOrLater 1 // Types.r uses this variable
-
- #include "Types.r"
- #include "SysTypes.r"
- #include "StdTypes.r"
- #include "StdDefs.h"
- #include "BmpDef.h"
-
- //-------------------------------------------------------------------------------------
- // NMAP Resources
- //-------------------------------------------------------------------------------------
-
- resource kNameMappings (FW_kKindCategoryMapId) {
- kXMPKind,
- { /* array Types: 1 elements */
- /* [1] */
- kBitmapPartKind,
- kXMPIsAnISOStringList
- {
- { /* array ClassIDs: 1 elements */
- /* [1] */
- kXMPCategoryGraphics
- }
- }
- }
- };
-
- resource kNameMappings (FW_kEditorKindMapId) {
- kXMPEditorKinds,
- { /* array Types: 1 elements */
- /* [1] */
- kCBitmapPartID,
- kXMPIsAnISOStringList
- {
- { /* array ClassIDs: 1 elements */
- /* [1] */
- kBitmapPartKind
- }
- }
- }
- };
-
- resource kNameMappings (FW_kEditorUserStringMapId) {
- kXMPEditorUserString,
- { /* array Types: 1 elements */
- /* [1] */
- kCBitmapPartID,
- kXMPIsINTLText
- {
- kXMPRomanScript,
- kXMPEnglishLang,
- kBitmapPartEditorUserString
- }
- }
- };
-
- resource kNameMappings (FW_kKindUserStringMapId) {
- kXMPKindUserString,
- { /* array Types: 1 elements */
- /* [1] */
- kBitmapPartKind,
- kXMPIsINTLText
- {
- kXMPRomanScript,
- kXMPEnglishLang,
- kBitmapPartKindUserString
- }
- }
- };
-
- resource kNameMappings (FW_kCategoryUserStringMapId) {
- kXMPCategoryUserString,
- { /* array Types: 1 elements */
- /* [1] */
- kXMPCategoryVideo,
- kXMPIsINTLText
- {
- kXMPRomanScript,
- kXMPEnglishLang,
- kBitmapPartCategoryUserString
- }
- }
- };
-
- resource kNameMappings (FW_kOldMacOSTypeMapId) {
- kXMPKindOldMacOSType,
- { /* array KeyList: 1 elements */
- /* [1] */
- kBitmapPartKind,
- kXMPIsMacOSType {
- kBitmapPartOSType
- }
- }
- };
-
- include "Image.Pict" not 'ckid';
-